3.544 \(\int \frac{x (e+f x)^n}{a+b x+c x^2} \, dx\)

Optimal. Leaf size=197 \[ -\frac{\left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{2 c (e+f x)}{2 c e-b f+\sqrt{b^2-4 a c} f}\right )}{(n+1) \left (2 c e-f \left (b-\sqrt{b^2-4 a c}\right )\right )}-\frac{\left (\frac{b}{\sqrt{b^2-4 a c}}+1\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{2 c (e+f x)}{2 c e-\left (b+\sqrt{b^2-4 a c}\right ) f}\right )}{(n+1) \left (2 c e-f \left (\sqrt{b^2-4 a c}+b\right )\right )} \]

[Out]

-(((1 - b/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n
, (2*c*(e + f*x))/(2*c*e - b*f + Sqrt[b^2 - 4*a*c]*f)])/((2*c*e - (b - Sqrt[b^2
- 4*a*c])*f)*(1 + n))) - ((1 + b/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeome
tric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)])/(
(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)*(1 + n))

_______________________________________________________________________________________

Rubi [A]  time = 0.399191, antiderivative size = 197, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 2, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.095 \[ -\frac{\left (1-\frac{b}{\sqrt{b^2-4 a c}}\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{2 c (e+f x)}{2 c e-b f+\sqrt{b^2-4 a c} f}\right )}{(n+1) \left (2 c e-f \left (b-\sqrt{b^2-4 a c}\right )\right )}-\frac{\left (\frac{b}{\sqrt{b^2-4 a c}}+1\right ) (e+f x)^{n+1} \, _2F_1\left (1,n+1;n+2;\frac{2 c (e+f x)}{2 c e-\left (b+\sqrt{b^2-4 a c}\right ) f}\right )}{(n+1) \left (2 c e-f \left (\sqrt{b^2-4 a c}+b\right )\right )} \]

Antiderivative was successfully verified.

[In]  Int[(x*(e + f*x)^n)/(a + b*x + c*x^2),x]

[Out]

-(((1 - b/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeometric2F1[1, 1 + n, 2 + n
, (2*c*(e + f*x))/(2*c*e - b*f + Sqrt[b^2 - 4*a*c]*f)])/((2*c*e - (b - Sqrt[b^2
- 4*a*c])*f)*(1 + n))) - ((1 + b/Sqrt[b^2 - 4*a*c])*(e + f*x)^(1 + n)*Hypergeome
tric2F1[1, 1 + n, 2 + n, (2*c*(e + f*x))/(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)])/(
(2*c*e - (b + Sqrt[b^2 - 4*a*c])*f)*(1 + n))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 47.9636, size = 196, normalized size = 0.99 \[ - \frac{\left (b - \sqrt{- 4 a c + b^{2}}\right ) \left (e + f x\right )^{n + 1}{{}_{2}F_{1}\left (\begin{matrix} 1, n + 1 \\ n + 2 \end{matrix}\middle |{\frac{c \left (- 2 e - 2 f x\right )}{b f - 2 c e - f \sqrt{- 4 a c + b^{2}}}} \right )}}{\left (n + 1\right ) \sqrt{- 4 a c + b^{2}} \left (b f - 2 c e - f \sqrt{- 4 a c + b^{2}}\right )} - \frac{\left (b + \sqrt{- 4 a c + b^{2}}\right ) \left (e + f x\right )^{n + 1}{{}_{2}F_{1}\left (\begin{matrix} 1, n + 1 \\ n + 2 \end{matrix}\middle |{\frac{c \left (- 2 e - 2 f x\right )}{b f - 2 c e + f \sqrt{- 4 a c + b^{2}}}} \right )}}{\left (n + 1\right ) \sqrt{- 4 a c + b^{2}} \left (2 c e - f \left (b + \sqrt{- 4 a c + b^{2}}\right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x*(f*x+e)**n/(c*x**2+b*x+a),x)

[Out]

-(b - sqrt(-4*a*c + b**2))*(e + f*x)**(n + 1)*hyper((1, n + 1), (n + 2,), c*(-2*
e - 2*f*x)/(b*f - 2*c*e - f*sqrt(-4*a*c + b**2)))/((n + 1)*sqrt(-4*a*c + b**2)*(
b*f - 2*c*e - f*sqrt(-4*a*c + b**2))) - (b + sqrt(-4*a*c + b**2))*(e + f*x)**(n
+ 1)*hyper((1, n + 1), (n + 2,), c*(-2*e - 2*f*x)/(b*f - 2*c*e + f*sqrt(-4*a*c +
 b**2)))/((n + 1)*sqrt(-4*a*c + b**2)*(2*c*e - f*(b + sqrt(-4*a*c + b**2))))

_______________________________________________________________________________________

Mathematica [A]  time = 0.696193, size = 289, normalized size = 1.47 \[ \frac{2^{-n-1} (e+f x)^n \left (\left (\sqrt{f^2 \left (b^2-4 a c\right )}-b f\right ) \left (\frac{c (e+f x)}{-\sqrt{f^2 \left (b^2-4 a c\right )}+b f+2 c f x}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac{2 c e-b f+\sqrt{\left (b^2-4 a c\right ) f^2}}{-b f-2 c x f+\sqrt{\left (b^2-4 a c\right ) f^2}}\right )+\left (\sqrt{f^2 \left (b^2-4 a c\right )}+b f\right ) \left (\frac{c (e+f x)}{\sqrt{f^2 \left (b^2-4 a c\right )}+b f+2 c f x}\right )^{-n} \, _2F_1\left (-n,-n;1-n;\frac{-2 c e+b f+\sqrt{\left (b^2-4 a c\right ) f^2}}{b f+2 c x f+\sqrt{\left (b^2-4 a c\right ) f^2}}\right )\right )}{c n \sqrt{f^2 \left (b^2-4 a c\right )}} \]

Antiderivative was successfully verified.

[In]  Integrate[(x*(e + f*x)^n)/(a + b*x + c*x^2),x]

[Out]

(2^(-1 - n)*(e + f*x)^n*(((-(b*f) + Sqrt[(b^2 - 4*a*c)*f^2])*Hypergeometric2F1[-
n, -n, 1 - n, (2*c*e - b*f + Sqrt[(b^2 - 4*a*c)*f^2])/(-(b*f) + Sqrt[(b^2 - 4*a*
c)*f^2] - 2*c*f*x)])/((c*(e + f*x))/(b*f - Sqrt[(b^2 - 4*a*c)*f^2] + 2*c*f*x))^n
 + ((b*f + Sqrt[(b^2 - 4*a*c)*f^2])*Hypergeometric2F1[-n, -n, 1 - n, (-2*c*e + b
*f + Sqrt[(b^2 - 4*a*c)*f^2])/(b*f + Sqrt[(b^2 - 4*a*c)*f^2] + 2*c*f*x)])/((c*(e
 + f*x))/(b*f + Sqrt[(b^2 - 4*a*c)*f^2] + 2*c*f*x))^n))/(c*Sqrt[(b^2 - 4*a*c)*f^
2]*n)

_______________________________________________________________________________________

Maple [F]  time = 0.123, size = 0, normalized size = 0. \[ \int{\frac{x \left ( fx+e \right ) ^{n}}{c{x}^{2}+bx+a}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x*(f*x+e)^n/(c*x^2+b*x+a),x)

[Out]

int(x*(f*x+e)^n/(c*x^2+b*x+a),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (f x + e\right )}^{n} x}{c x^{2} + b x + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((f*x + e)^n*x/(c*x^2 + b*x + a),x, algorithm="maxima")

[Out]

integrate((f*x + e)^n*x/(c*x^2 + b*x + a), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (f x + e\right )}^{n} x}{c x^{2} + b x + a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((f*x + e)^n*x/(c*x^2 + b*x + a),x, algorithm="fricas")

[Out]

integral((f*x + e)^n*x/(c*x^2 + b*x + a), x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x \left (e + f x\right )^{n}}{a + b x + c x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x*(f*x+e)**n/(c*x**2+b*x+a),x)

[Out]

Integral(x*(e + f*x)**n/(a + b*x + c*x**2), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (f x + e\right )}^{n} x}{c x^{2} + b x + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((f*x + e)^n*x/(c*x^2 + b*x + a),x, algorithm="giac")

[Out]

integrate((f*x + e)^n*x/(c*x^2 + b*x + a), x)